home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / soa-easy.shar / localhost.zone < prev    next >
Encoding:
Text File  |  1996-10-25  |  659 b   |  28 lines

  1. ; localhost.zone -    DNS data for resolving "localhost" to 127.0.0.1
  2. ;
  3. ; $Id: soa-easy.shar,v 8.2 1996/10/25 17:08:00 vixie Exp $
  4. ; $Source: /proj/src/isc/cvs-1/bind/contrib/misc/soa-easy.shar,v $
  5. ;
  6.  
  7. ;
  8. ; There should never be a need to change this file.  It just contains
  9. ; enough information for any system running named to masquerade as an
  10. ; authoritative nameserver for "localhost.".
  11. ;
  12.  
  13. localhost.    IN    SOA    ns.example.org.au. hostmaster.example.org.au. (
  14.         1993090300    ; serial
  15.         10800        ; refresh
  16.         3600        ; retry
  17.         2592000        ; expire
  18.         86400        ; minimum
  19.         )
  20.  
  21. @        IN    NS    ns.example.org.au.
  22.  
  23. ;
  24. ; The A record to resolve "localhost" to 127.0.0.1
  25. ;
  26.  
  27. @        IN    A    127.0.0.1
  28.